| Previous | Chapter contents | Chapter top | Section top | Next |
You can use the QTVREnableViewAnimation function to enable or disable view animation for an object node.
OSErr QTVREnableViewAnimation (QTVRInstance qtvr, Boolean enable);
The QTVREnableViewAnimation function enables or disables the view animation state for the object node specified by the qtvr parameter, according to the value of the enable parameter.
QTVREnableViewAnimation is valid only for object nodes.
You should use QTVREnableViewAnimation instead of standard QuickTime functions to control object animation.
Use QTVRGetViewAnimation (link) to get the current state of view animation for an object node.
| Previous | Chapter contents | Chapter top | Section top | Next |